DataCollection | ComponentOne
C1.DataCollection Assembly / C1.DataCollection Namespace / IDataCollectionGroup<K,T> Interface
Members

In This Topic
    IDataCollectionGroup<K,T> Interface
    In This Topic
    Abstracts a group of IDataCollection<T>.
    Object Model
    IDataCollectionGroup<K,T> Interface
    Syntax
    'Declaration
     
    Public Interface IDataCollectionGroup
        (Of K As Class,
         T As Class) 
       Inherits IDataCollection(Of T) 
    public interface IDataCollectionGroup<K,T> : IDataCollection<T>  
    where K: class
    where T: class
    Type Parameters
    K
    T
    See Also